[Images] Replace image metadata
Update the metadata of a private image, including name and description. Only private images owned by the organization can be modified. Public platform images cannot be updated.
Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
Path Parameters
Unique identifier of the image.
Unique identifier of the organization that owns the resource.
Unique identifier of the project containing the resource.
Body
Ex: Ubuntu 22.04 LTS, Debian 12
255Ex: ubuntu-22-04, debian-12
50^[-a-zA-Z0-9_]+$Ex: Ubuntu, Debian, CentOS
100Ex: 22.04, 12, 8
50Public images are available to all, private to organization only
public- Publicprivate- Private
public, private Ex: x86_64, aarch64
20Featured public images
Minimum disk size required (GB)
0 <= x <= 4294967295Minimum RAM required (MB)
0 <= x <= 4294967295Response
Image updated successfully

